home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / marionettemadness.swf / scripts / DefineSprite_172 / frame_1 / DoAction.as
Text File  |  2007-10-01  |  138b  |  7 lines

  1. this._visible = this._alpha = 0;
  2. _root.setButtonRO(mBtn,true);
  3. mBtn.onRelease = function()
  4. {
  5.    this._parent._parent.hideHint();
  6. };
  7.